--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit b0030f0482cf79c831dc2a62feaf497fc424ed7e
Parents : 0564eb8
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-03-22T15:08:31+03:00
Refactor MicronParser import paths in ArchivesPage and MicronEditorPage components
Changes
2 files changed, 2 insertions(+), 2 deletions(-)
Diff
diff --git a/meshchatx/src/frontend/components/archives/ArchivesPage.vue b/meshchatx/src/frontend/components/archives/ArchivesPage.vue
index 26affcec..53c467e9 100644
--- a/meshchatx/src/frontend/components/archives/ArchivesPage.vue
+++ b/meshchatx/src/frontend/components/archives/ArchivesPage.vue
@@ -200,7 +200,7 @@
<script>
import MaterialDesignIcon from "../MaterialDesignIcon.vue";
import Utils from "../../js/Utils";
-import MicronParser from "micron-parser";
+import MicronParser from "../../js/MicronParser.js";
import ArchiveSidebar from "./ArchiveSidebar.vue";
export default {
diff --git a/meshchatx/src/frontend/components/micron-editor/MicronEditorPage.vue b/meshchatx/src/frontend/components/micron-editor/MicronEditorPage.vue
index 8e1213ab..8d7d77c5 100644
--- a/meshchatx/src/frontend/components/micron-editor/MicronEditorPage.vue
+++ b/meshchatx/src/frontend/components/micron-editor/MicronEditorPage.vue
@@ -168,7 +168,7 @@
<script>
import MaterialDesignIcon from "../MaterialDesignIcon.vue";
-import MicronParser from "micron-parser";
+import MicronParser from "../../js/MicronParser.js";
import { micronStorage } from "../../js/MicronStorage";
import DialogUtils from "../../js/DialogUtils";
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────